home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / CMCD0404.ISO / Software / Shareware / Programare / golden / goldensetup57420.exe / {app} / Golden32.exe / 0 / RCDATA / TPROMPTFORM / TPROMPTFORM.txt
Encoding:
Text File  |  2004-03-08  |  1.5 KB  |  74 lines

  1. object PromptForm: TPromptForm
  2.   Left = 282
  3.   Top = 186
  4.   Width = 438
  5.   Height = 214
  6.   ActiveControl = OKButton
  7.   BorderIcons = []
  8.   Caption = 'Benthic Software'
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Panel1: TPanel
  19.     Left = 0
  20.     Top = 0
  21.     Width = 430
  22.     Height = 149
  23.     Align = alClient
  24.     BevelOuter = bvNone
  25.     BorderWidth = 5
  26.     TabOrder = 0
  27.     object TextMemo: TMemo
  28.       Left = 5
  29.       Top = 5
  30.       Width = 420
  31.       Height = 139
  32.       Align = alClient
  33.       Font.Charset = ANSI_CHARSET
  34.       Font.Color = clWindowText
  35.       Font.Height = -12
  36.       Font.Name = 'Courier New'
  37.       Font.Style = []
  38.       ParentFont = False
  39.       ScrollBars = ssBoth
  40.       TabOrder = 0
  41.       WantReturns = False
  42.       WordWrap = False
  43.     end
  44.   end
  45.   object Panel2: TPanel
  46.     Left = 0
  47.     Top = 149
  48.     Width = 430
  49.     Height = 36
  50.     Align = alBottom
  51.     BevelOuter = bvNone
  52.     TabOrder = 1
  53.     object OKButton: TRzButton
  54.       Left = 6
  55.       Top = 4
  56.       Cancel = True
  57.       Default = True
  58.       ModalResult = 1
  59.       Caption = '&Ok'
  60.       HotTrack = True
  61.       TabOrder = 0
  62.     end
  63.     object CopyToClipboardButton: TRzButton
  64.       Left = 92
  65.       Top = 4
  66.       Width = 129
  67.       Caption = 'Copy to clipboard'
  68.       HotTrack = True
  69.       TabOrder = 1
  70.       OnClick = CopyToClipboardButtonClick
  71.     end
  72.   end
  73. end
  74.